Contribution org.nuxeo.ecm.user.center.dashboard.jsf.layouts.dashboard--actions
org.nuxeo.ecm.user.center.dashboard.jsf.layouts.dashboard
inside nuxeo-user-dashboard-jsf-5.8.jar
This contribution is part of XML component Documentation
Actions stacking widgets inside the default JSF dasboard
@since 5.6
Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<documentation>
Actions stacking widgets inside the default JSF dasboard
@since 5.6
</documentation>
<action id="dashboard_user_tasks" order="20" type="widget">
<category>DASHBOARD_LEFT</category>
<properties>
<property name="widgetName">dashboard_user_tasks</property>
</properties>
</action>
<!-- dashboard_user_processes, with order 40, moved to addons -->
<action id="dashboard_user_workspaces" order="60" type="widget">
<category>DASHBOARD_LEFT</category>
<properties>
<property name="widgetName">dashboard_user_workspaces</property>
</properties>
</action>
<action id="dashboard_user_sections" order="80" type="widget">
<category>DASHBOARD_LEFT</category>
<properties>
<property name="widgetName">dashboard_user_sections</property>
</properties>
</action>
<action id="dashboard_user_documents" order="20" type="widget">
<category>DASHBOARD_RIGHT</category>
<properties>
<property name="widgetName">dashboard_user_documents</property>
</properties>
</action>
<action id="dashboard_domain_documents" order="40" type="widget">
<category>DASHBOARD_RIGHT</category>
<properties>
<property name="widgetName">dashboard_domain_documents</property>
</properties>
</action>
<action id="dashboard_domain_published_documents" order="60" type="widget">
<category>DASHBOARD_RIGHT</category>
<properties>
<property name="widgetName">dashboard_domain_published_documents</property>
</properties>
</action>
<action id="dashboard_user_sites" order="80" type="widget">
<category>DASHBOARD_RIGHT</category>
<properties>
<property name="widgetName">dashboard_user_sites</property>
</properties>
</action>
<!-- disabled for now -->
<action enabled="false" id="dashboard_user_deleted_documents" order="100" type="widget">
<category>DASHBOARD_RIGHT</category>
<properties>
<property name="widgetName">dashboard_user_deleted_documents</property>
</properties>
</action>
</extension>